home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 3 / Info_Mac_1994-01.iso / Science / proFit FPU 4.1.2 Demo / proFit II Demo (FPU) / proFit II Demo (FPU).rsrc / STR#_807.txt < prev    next >
Text File  |  1993-08-13  |  979b  |  125 lines

  1. regr
  2.  
  3. scale
  4.  
  5. smooth
  6.  
  7. smoothness (0-100%), scale (0=auto,1=lin,2=log), regression (0=lin,1=quadr)
  8.  
  9. A function following the tendency of the current data points.
  10.  
  11. Guideline
  12.  
  13. Not enough data for guideline.
  14.  
  15. (cubic spline)
  16.  
  17. A smooth function going through the current data points.
  18.  
  19. Spline
  20.  
  21. Bad x-value for the spline function.
  22.  
  23. Not enough data for spline interpolation.
  24.  
  25. n
  26.  
  27. x0
  28.  
  29. m
  30.  
  31. const
  32.  
  33. n: integer or real value
  34.  
  35. y = const + m*(x-x0)^n
  36.  
  37. Power
  38.  
  39.    + A'*exp(-K'*(x-x0')^^22)
  40.  
  41. y = const + A*exp(-K*(x-x0)^^22)
  42.  
  43. Gauss
  44.  
  45. x0'
  46.  
  47. K'
  48.  
  49. A'
  50.  
  51. x0
  52.  
  53. K
  54.  
  55. A
  56.  
  57. const
  58.  
  59.     + A'/(1+K'*(x-x0')^^22
  60.  
  61. y = const + A/(1+K*(x-x0)^^22)
  62.  
  63. Lorentz
  64.  
  65. base
  66.  
  67. const
  68.  
  69. x0
  70.  
  71. K
  72.  
  73. A
  74.  
  75. base: base of logarithm
  76.  
  77. y=A * log(K*(x-x0)) + const
  78.  
  79. Log
  80.  
  81. const
  82.  
  83. t0
  84.  
  85. x0
  86.  
  87. A
  88.  
  89. exponential
  90.  
  91. y = A * exp(-(x-x0)/t0)  + const
  92.  
  93. Exp
  94.  
  95. const
  96.  
  97. x0
  98.  
  99. K
  100.  
  101. A
  102.  
  103. harmonic oscillation
  104.  
  105. y = A * sin(K*(x-x0)) + const
  106.  
  107. Sin
  108.  
  109. Polynom
  110.  
  111. deg: degree of polynom
  112.  
  113. const + a1*x +...+ a^0*x^^3
  114.  
  115. f(x) = const + a1*x + a2*x^^22
  116.  
  117. f(x) = const + a1*x
  118.  
  119. f(x) = const
  120.  
  121. const
  122.  
  123. deg
  124.  
  125.